FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.Silverlight.Resources Namespace / Common<R> Class
The strongly-typed resource subclass
Members

In This Topic
    Common<R> Class
    In This Topic
    A helper base for resource strongly-typed resource class that reads resources from the application assembly.
    Object Model
    Common<R> Class
    Syntax
    'Declaration
     
    Public Class Common(Of R As {New, Common(Of R)}) 
    public class Common<R> 
    where R: new(), Common<R>
    Type Parameters
    R
    The strongly-typed resource subclass
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.Resources.Common<R>

    See Also